home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / rbbsdocs.zip / RBBSDOCS.APM < prev    next >
Text File  |  1990-11-05  |  7KB  |  119 lines

  1.  
  2.  
  3.  
  4.     APPENDIX M -- RBBS-PC in ORCHID or AST PCnet NETWORK                    M-1
  5.  
  6.  
  7.     APPENDIX M -- RBBS-PC in ORCHID or AST PCnet NETWORK
  8.     ----------------------------------------------------
  9.     RBBS-PC  can  be  implemented  on an  Orchid  PCnet  or  AST PCnet  Network
  10.     environment.   It  is  assumed  that  the  necessary  network  hardware  is
  11.     installed  correctly.    The   following  discussion  describes  a  network
  12.     currently in operation  and receiving more than 1000 calls  per week on two
  13.     telephone  lines  for  the Computer  Connection  of  Virginia  Beach.   The
  14.     hardware and software was:
  15.     1.  80286 based SERVER with 512K running at up to 9 MHz with:
  16.            Parallel-Serial Board on the AT with a serial port addressed as COM1
  17.            AST Rampage memory board configured with 2 megs of expanded memory
  18.            Monochrome Adapter with parallel printer port
  19.            PC Net adapter addressed as 0080 with default jumpers
  20.            Hard disk that can be divided into multiple volumes
  21.            Single High Density [1.2 meg] floppy disk
  22.            External modem and cable connected to COM1
  23.     2.  8088 based WORKSTATION with 640K running at up to 8 MHz with:
  24.           multifunction board with COM1, a clock, and parallel port
  25.            PC Net adapter addressed as 0011 with default jumpers
  26.            Color Graphics Adapter
  27.            Two 360K floppy drives
  28.            External modem and cable connected to COM1
  29.     3. Software -
  30.            Operating System = DOS 3.1 network-wide
  31.            Network Software = Orchid PC Net 3.0a
  32.            Disk Caching Software = Orchid CACHE.EXE version 2.2
  33.            RAM Disk = AST FASTDISK
  34.     Installation procedures ---
  35.     1. Preliminaries
  36.        1. Backup hard disk, system and network disks.
  37.        2. If your hardware is different, be sure to resolve INTerrupt conflicts
  38.     with  the PC NET adapters.  Disable second  serial or parallel ports in all
  39.     PC's.
  40.     2. Using the WORKSTATION, boot with DOS 3.1 then
  41.        1. Create the  SERVER and WORKSTATION boot disks  with SPCGEN and UPCGEN
  42.     commands, respectively.
  43.        2. Copy  device drivers for  the hard  disk, for the  RAM disk, and  for
  44.     Expanded and Extended memory (REMM.SYS and REX.SYS) to the SERVER boot disk
  45.     as well as CACHE.EXE.  Place the following CONFIG.SYS file for the SERVER:
  46.           device=spc.com                       <-- Network SERVER driver
  47.           device=REMM.SYS                      <-- Expanded memory driver
  48.           device=rex.sys 1024                  <-- 1MB Emulated extended memory
  49.           device=fastdisk.sys 1024 512 128 /e  <-- RAM disk in extended memory
  50.     3. Place the following commands in the AUTOEXEC.BAT file:
  51.           disk13                        <-- Network for floppy disk use
  52.           cache [drives] d=128  x=896 /r <-- 128K cache of DOS memory & 896K of
  53.     EMS memory for SERVER drives to reduce the number of disk accesses
  54.           spcbio 138023                 <-- Tell network of interrupts used
  55.     4. Using the SERVER, boot with the newly created SERVER boot disk
  56.        1. Run the network program SPCINST.
  57.        2. After naming  all the available drives on the  server, assign all the
  58.     hard drive volumes to the WORKSTATION # 11 and them all READ/WRITE capable.
  59.     "Remote Execution" need not be enabled.
  60.        3.  The SERVER  will then  reboot and  the network  will have  the final
  61.     configuration as outlined above.
  62.     5. Boot the WORKSTATION with the newly created WORKSTATION boot disk and:
  63.        1. Add FILES = 16 to the CONFIG.SYS file for the WORKSTATION.
  64.        2. Use the network program UPCINST to communicate with SERVER # 80.
  65.        3. "Map" in all the drives that were assigned by the SERVER.
  66.  
  67.  
  68.  
  69.     RBBS-PC 17.3A            TECHNICAL REFERENCE MANUAL                     M-2
  70.  
  71.  
  72.        4. The WORKSTATION will reboot so the changes can take effect.
  73.        5. After the WORKSTATION reboots, do a DIR C: to see if the directory on
  74.     the SERVER hard disk can  be read.  If  not, recheck cables, plug-in  cards
  75.     for INTerrupt conflicts,  and network  adapter cards to  verify all  jumper
  76.     settings.  If  necessary, run the SELFTEST and NETTEST  diagnostics for the
  77.     network adapter cards.  Also, demonstrate the ability  to copy files across
  78.     the network to  and from the server then verify the transfer using the COMP
  79.     command.
  80.     6. Assuming that you are able to do a DIR across the network and copy files
  81.     to  and from the SERVER,  you are then ready  to run CONFIG.EXE of RBBS-PC.
  82.     Run  CONFIG and confirm use of RBBS-PC  in a multinode environment.  Assign
  83.     the number 1 Node to your SERVER.
  84.     1. Assign  all welcome, bulletin, help  and menu files to  the SERVER's RAM
  85.     drive so the workstation may access them in the fastest way.
  86.     2. Store FILESEC, PASSWRDS,  MESSAGES, USERS and other sensitive files in a
  87.     non-downloadable but sharable drive volume on the SERVER so the workstation
  88.     may have read/write access to them.
  89.     3. Select a location for the SERVER's CALLERS file and the WORKSTATION's.
  90.     4. Reflect  the node numbers in  the BATch file names,  e.g. RCTTY1.BAT and
  91.     RCTTY2.BAT, RBBS1.BAT and RBBS2.BAT.
  92.     5. Choose PCNET as the environment that you are running RBBS-PC under.
  93.  
  94.     Other Considerations--
  95.     VDISK or Extended memory, which is not-emulated memory, should not be  used
  96.     on  the   SERVER  but  can  be  used  on  the  Workstation.    The  network
  97.     configuration most likely to remain operating with very few problems is DOS
  98.     3.1,  Orchid  3.0a  PC  NET  software and  CACHE.EXE  version  2.2  and  an
  99.     Expanded/Extended  memory combination  using the  new Lotus/Intel/Microsoft
  100.     EMS memory boards.
  101.  
  102.     Two nodes  can be efficiently set up using the SERVER in non-dedicated mode
  103.     but the danger is  that if the SERVER locks up, the  whole system locks up.
  104.     The sample PC Net system is set up in this fashion but it is  an economical
  105.     approach to  a two node system  which has been functioning  quite well with
  106.     minimal problems.  Do not run software on the SERVER that is known to cause
  107.     problems  especially memory resident utilities.   There is  a potential for
  108.     files being CROSS-LINKED in any read/write sharable  environment.  Frequent
  109.     backups are to be very strongly recommended.
  110.  
  111.     Because  of  wide  variety of hardware combinations  and  possible  network
  112.     permutations,  the  above  is  intended ONLY as general  guidelines  to  be
  113.     followed when installing RBBS-PC on your Orchid network.
  114.  
  115.     Rob Cecchino
  116.     SysOp, Computer Connection
  117.     (804) 481-1824 at 1200/2400 for assistance.
  118.  
  119.